projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6a15f
)
(dired-insert-directory): Check for non-US LANG.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 24 Oct 1996 22:42:29 +0000
(22:42 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 24 Oct 1996 22:42:29 +0000
(22:42 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index a0d0bb9f74d4db48083e743ee6c62ecd80e89a1d..7644887d103baea36644db957dcdd487d76ac34e 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-606,7
+606,7
@@
If DIRNAME is already in a dired buffer, that buffer is used without refresh."
dired-standard-move-to-filename-regexp)
;; It also isn't necessary if we'd use the C locale anyway.
(not (equal (or (getenv "LC_ALL") (getenv "LC_TIME")
- (getenv "LANGUAGE") "C")
+ (getenv "LANGUAGE")
(getenv "LANG")
"C")
"C")))
(setq process-environment (cons "LC_ALL=C" process-environment)))
(if (consp dir-or-list)